wayland: Remove an unused field
authorMatthias Clasen <mclasen@redhat.com>
Mon, 2 Jul 2018 22:23:37 +0000 (00:23 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 12 Jul 2018 11:02:42 +0000 (13:02 +0200)
GdkDragWayland.suggested_action was entirely unused, so drop it.

gdk/wayland/gdkdnd-wayland.c

index 4288693766762b4a12d4adb34dcb9633b757b6bc..2339096810d65c73c27027de28274cb85a001eab 100644 (file)
@@ -51,7 +51,6 @@ struct _GdkWaylandDrag
   struct wl_surface *dnd_wl_surface;
   struct wl_data_source *data_source;
   struct wl_data_offer *offer;
-  GdkDragAction selected_action;
   uint32_t serial;
   gint hot_x;
   gint hot_y;